From 45bfcd3041942a3938791bfa34f28f2a9827d42a Mon Sep 17 00:00:00 2001 From: Justin Burkett Date: Mon, 3 Feb 2020 20:57:53 -0500 Subject: [PATCH] Make which-key-show prefix mode-line work like top and bottom Fixes #234 --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index d343be0fc7c..de96a498fb2 100644 --- a/which-key.el +++ b/which-key.el @@ -1556,7 +1556,7 @@ no title exists." ((not (string-equal repl-res "")) repl-res) ((and (eq which-key-show-prefix 'echo) alternate) alternate) - ((and (member which-key-show-prefix '(bottom top)) + ((and (member which-key-show-prefix '(bottom top mode-line)) (eq which-key-side-window-location 'bottom) echo-keystrokes) (if alternate alternate -- 2.30.2